+Wed Nov 21 15:57:29 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtk-sections.txt: Updates
+
+ * gtk/tmpl/gtkstock.sgml: Close end tags.
+
+ * gtk/gtk.types: Remove interface types which gtk-doc
+ can't handle currently.
+
+ * gtk/tmpl/gtknotebook.sgml: Fix some garbage in file.
+
+ * gdk/tmpl/x_interaction.sgml: Fix SGML errors.
+
+ * gdk/gdk-overrides.txt gdk/gdk-sections.txt: Updates.
+
2001-11-20 Havoc Pennington <hp@pobox.com>
* gtk/tmpl/gtkwindow.sgml: fix docs for gtk_window_set_policy() to
};
</STRUCT>
+# GdkAtom is an opaque typedef
+<STRUCT>
+<NAME>GdkAtom</NAME>
+</STRUCT>
+
<MACRO>
<NAME>GDK_WINDOWING_X11</NAME>
#define GDK_WINDOWING_X11
gdk_prop_mode_get_type
gdk_rgb_dither_get_type
gdk_scroll_direction_get_type
-gdk_selection_get_type
-gdk_selection_type_get_type
gdk_setting_action_get_type
gdk_status_get_type
gdk_subwindow_mode_get_type
-gdk_target_get_type
gdk_visibility_state_get_type
gdk_visual_type_get_type
gdk_window_attributes_type_get_type
gdk_selection_property_get
gdk_selection_send_notify
-<SUBSECTION Standard>
-GDK_TYPE_SELECTION
-GDK_TYPE_SELECTION_TYPE
-GDK_TYPE_TARGET
-</SECTION>
-
<SECTION>
<TITLE>Properties and Atoms</TITLE>
<FILE>properties</FILE>
GdkDeviceAxis
GdkAxisUse
gdk_devices_list
-gdk_core_pointer
gdk_device_set_source
gdk_device_set_mode
gdk_device_set_key
<SECTION>
<TITLE>X Window System Interaction</TITLE>
<FILE>x_interaction</FILE>
-GDK_GC_X11
-GDK_GC_X11_GET_CLASS
GDK_ROOT_WINDOW
GDK_ROOT_PARENT
GDK_DISPLAY
GDK_GC_XGC
GDK_GC_GET_XGC
GDK_WINDOW_XWINDOW
-gdk_screen
-gdk_display_name
-gdk_leader_window
-gdk_selection_property
-gdk_progclass
gdkx_visual_get
gdkx_colormap_get
-gdk_get_client_window
gdk_pixmap_foreign_new
gdk_window_foreign_new
gdk_xid_table_lookup
gdk_x11_visual_get_xvisual
<SUBSECTION Private>
-GDK_TYPE_GC_X11
-GDK_IS_GC_X11
-gdk_gc_x11_get_type
-GDK_GC_X11_CLASS
-GDK_IS_GC_X11_CLASS
-GdkGCX11
-GdkGCX11Class
-GdkColormapPrivateX11
-GdkCursorPrivate
-GdkFontPrivateX
-GdkImagePrivateX11
-GdkVisualPrivate
gdk_display
-gdk_root_window
GDK_HAVE_WCHAR_H
GDK_HAVE_WCTYPE_H
gdk_iswalnum
Input Methods
+<!-- ##### SECTION ./tmpl/selections.sgml:Long_Description ##### -->
+<para>
+The X selection mechanism provides a way to transfer
+arbitrary chunks of data between programs.
+A <firstterm>selection</firstterm> is a essentially
+a named clipboard, identified by a string interned
+as a #GdkAtom. By claiming ownership of a selection,
+an application indicates that it will be responsible
+for supplying its contents. The most common
+selections are <literal>PRIMARY</literal> and
+<literal>CLIPBOARD</literal>.
+</para>
+<para>
+The contents of a selection can be represented in
+a number of formats, called <firstterm>targets</firstterm>.
+Each target is identified by an atom. A list of
+all possible targets supported by the selection owner
+can be retrieved by requesting the special target
+<literal>TARGETS</literal>. When a selection is
+retrieved, the data is accompanied by a type
+(an atom), and a format (an integer, representing
+the number of bits per item).
+See <link linkend="gdk-Properties-and-Atoms">Properties and Atoms</link>
+for more information.
+</para>
+<para>
+The functions in this section only contain the lowlevel
+parts of the selection protocol. A considerably more
+complicated implementation is needed on top of this.
+GTK+ contains such an implementation in the functions
+in <literal>gtkselection.h</literal> and programmers
+should use those functions instead of the ones presented
+here. If you plan to implement selection handling
+directly on top of the functions here, you should refer
+to the X Inter-client Communication Conventions Manual
+(ICCCM).
+</para>
+
+
+<!-- ##### SECTION ./tmpl/selections.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/selections.sgml:Short_Description ##### -->
+functions for transfering data via the X selection mechanism.
+
+
+<!-- ##### SECTION ./tmpl/selections.sgml:Title ##### -->
+Selections
+
+
<!-- ##### MACRO GDK_CORE_POINTER ##### -->
<para>
This macro contains an integer value representing
</para>
-<!-- ##### TYPEDEF GdkAtom ##### -->
-<para>
-A numeric type representing a string as an index into a table
-of strings on the X server.
-</para>
-
-
<!-- ##### STRUCT GdkColorContext ##### -->
<para>
</para>
+<!-- ##### STRUCT GdkAtom ##### -->
+<para>
+A numeric type representing a string as an index into a table
+of strings on the X server.
+</para>
+
+
<!-- ##### MACRO GDK_NONE ##### -->
<para>
A null value for #GdkAtom, used in a similar way as <literal>None</literal>
</para>
@window:
+@mask:
+@x:
+@y:
+<!-- # Unused Parameters # -->
@shape_mask:
@offset_x:
@offset_y:
@window:
@geometry:
+@geom_mask:
+<!-- # Unused Parameters # -->
@flags:
</para>
@window:
+@parent:
+<!-- # Unused Parameters # -->
@leader:
</para>
@vis: a #GdkVisual.
-@Returns: an Xlib <type>Visual*</Visual>.
+@Returns: an Xlib <type>Visual*</type>.
<!-- ##### MACRO GDK_FONT_XDISPLAY ##### -->
</para>
@cursor: a #GdkCursor.
-@Returns: an Xlib <type>Cursor</type.
+@Returns: an Xlib <type>Cursor</type>.
<!-- ##### MACRO GDK_CURSOR_XDISPLAY ##### -->
</para>
@visual: a #GdkVisual.
-@Returns: an Xlib <type>Visual*</Visual>.
+@Returns: an Xlib <type>Visual*</type>.
GtkAccelGroup
gtk_accel_group_get_type
gtk_accel_group_new
+gtk_accel_group_ref
+gtk_accel_group_unref
gtk_accel_group_connect
gtk_accel_group_connect_by_path
+GtkAccelGroupActivate
gtk_accel_group_disconnect
gtk_accel_group_disconnect_key
gtk_accel_group_query
gtk_accel_group_unlock
gtk_accel_group_from_accel_closure
gtk_accel_groups_activate
+gtk_accel_groups_from_object
+gtk_accel_group_find
+GtkAccelKey
gtk_accelerator_valid
gtk_accelerator_parse
gtk_accelerator_name
gtk_accelerator_set_default_mod_mask
gtk_accelerator_get_default_mod_mask
<SUBSECTION Private>
+GtkAccelGroupEntry
<SUBSECTION Standard>
GtkAccelGroupClass
GTK_TYPE_ACCEL_GROUP
gtk_accel_map_load_fd
gtk_accel_map_save_fd
gtk_accel_map_load_scanner
+gtk_accel_map_add_filter
+gtk_accel_map_foreach_unfiltered
</SECTION>
<SECTION>
<TITLE>GtkAccelLabel</TITLE>
GtkAccelLabel
gtk_accel_label_new
-gtk_accel_label_get_accel_closure
gtk_accel_label_set_accel_closure
gtk_accel_label_get_accel_widget
gtk_accel_label_set_accel_widget
GtkCTreeCompareDragFunc
GtkCTreeRow
GtkCTreeNode
+GTK_TYPE_CTREE_NODE
gtk_ctree_new_with_titles
gtk_ctree_new
gtk_ctree_insert_node
GTK_CTREE_GET_CLASS
<SUBSECTION Private>
gtk_ctree_get_type
+gtk_ctree_node_get_type
</SECTION>
<SECTION>
gtk_fixed_new
gtk_fixed_put
gtk_fixed_move
+gtk_fixed_get_has_window
+gtk_fixed_set_has_window
<SUBSECTION Standard>
GTK_FIXED
GTK_IS_FIXED
gtk_im_context_reset
gtk_im_context_set_cursor_location
gtk_im_context_set_use_preedit
+gtk_im_context_set_surrounding
+gtk_im_context_get_surrounding
+gtk_im_context_delete_surrounding
<SUBSECTION Standard>
GTK_IM_CONTEXT
GTK_IS_IM_CONTEXT
GtkIMContextSimple
gtk_im_context_simple_new
gtk_im_context_simple_add_table
+GTK_MAX_COMPOSE_LEN
<SUBSECTION Standard>
GTK_IM_CONTEXT_SIMPLE
GTK_IS_IM_CONTEXT_SIMPLE
gtk_text_iter_has_tag
gtk_text_iter_get_tags
gtk_text_iter_editable
+gtk_text_iter_can_insert
gtk_text_iter_starts_word
gtk_text_iter_ends_word
gtk_text_iter_inside_word
GtkTextCharPredicate
gtk_text_iter_forward_find_char
gtk_text_iter_backward_find_char
+GtkTextSearchFlags
gtk_text_iter_forward_search
gtk_text_iter_backward_search
gtk_text_iter_equal
<TITLE>GtkTextTag</TITLE>
GtkTextTag
GtkTextBTreeNode
-GtkTextTagTable
GtkWrapMode
GtkTextAttributes
gtk_text_tag_new
gtk_tree_model_get_n_columns
gtk_tree_model_get_column_type
gtk_tree_model_get_iter
+gtk_tree_model_get_iter_from_string
gtk_tree_model_get_iter_root
gtk_tree_model_get_path
gtk_tree_model_get_value
<FILE>gtktreemodelsort</FILE>
<TITLE>GtkTreeModelSort</TITLE>
GtkTreeModelSort
-gtk_tree_model_sort_new
gtk_tree_model_sort_new_with_model
-gtk_tree_model_sort_set_model
gtk_tree_model_sort_get_model
-gtk_tree_model_sort_convert_path
-gtk_tree_model_sort_convert_iter
+gtk_tree_model_sort_convert_child_path_to_path
+gtk_tree_model_sort_convert_child_iter_to_iter
+gtk_tree_model_sort_convert_path_to_child_path
+gtk_tree_model_sort_convert_iter_to_child_iter
+gtk_tree_model_sort_reset_default_sort_func
+gtk_tree_model_sort_clear_cache
<SUBSECTION Standard>
GTK_TREE_MODEL_SORT
GTK_IS_TREE_MODEL_SORT
GtkTreeDragSourceIface
gtk_tree_drag_source_drag_data_delete
gtk_tree_drag_source_drag_data_get
+gtk_tree_drag_source_row_draggable
GtkTreeDragDest
GtkTreeDragDestIface
gtk_tree_drag_dest_drag_data_received
gtk_tree_drag_dest_row_drop_possible
-gtk_selection_data_set_tree_row
-gtk_selection_data_get_tree_row
+gtk_tree_set_row_drag_data
+gtk_tree_get_row_drag_data
<SUBSECTION Standard>
GTK_TYPE_TREE_DRAG_DEST
GTK_TREE_DRAG_DEST
GtkTreeStore
gtk_tree_store_new
gtk_tree_store_newv
+gtk_tree_store_set_column_types
gtk_tree_store_set_value
gtk_tree_store_set
gtk_tree_store_set_valist
gtk_tree_view_column_get_spacing
gtk_tree_view_column_set_visible
gtk_tree_view_column_get_visible
+gtk_tree_view_column_set_resizable
+gtk_tree_view_column_get_resizable
gtk_tree_view_column_set_sizing
gtk_tree_view_column_get_sizing
gtk_tree_view_column_get_width
gtk_tree_view_column_cell_set_cell_data
gtk_tree_view_column_cell_get_size
gtk_tree_view_column_cell_render
+gtk_tree_view_column_cell_event
gtk_tree_view_column_cell_focus
gtk_tree_view_column_cell_draw_focus
gtk_tree_view_column_cell_is_visible
gtk_tree_view_column_cell_set_dirty
-gtk_tree_view_column_cell_can_focus
<SUBSECTION Standard>
GTK_TREE_VIEW_COLUMN
GTK_IS_TREE_VIEW_COLUMN
GtkTreeView
GtkTreeViewDropPosition
GtkTreeViewPrivate
-GtkTreeSelection
GtkTreeViewColumnDropFunc
-GtkTreeViewDraggableFunc
GtkTreeViewMappingFunc
-GtkTreeViewDroppableFunc
GtkTreeViewSearchEqualFunc
gtk_tree_view_new
gtk_tree_view_new_with_model
gtk_tree_view_get_cell_area
gtk_tree_view_get_background_area
gtk_tree_view_get_visible_rect
+gtk_tree_view_get_bin_window
gtk_tree_view_widget_to_tree_coords
gtk_tree_view_tree_to_widget_coords
-gtk_tree_view_set_rows_drag_source
-gtk_tree_view_set_rows_drag_dest
+gtk_tree_view_enable_model_drag_dest
+gtk_tree_view_enable_model_drag_source
gtk_tree_view_unset_rows_drag_source
gtk_tree_view_unset_rows_drag_dest
gtk_tree_view_set_drag_dest_row
GtkListStore
gtk_list_store_new
gtk_list_store_newv
+gtk_list_store_set_column_types
gtk_list_store_set
gtk_list_store_set_valist
gtk_list_store_set_value
gtk_widget_get_events
gtk_widget_get_pointer
gtk_widget_is_ancestor
+gtk_widget_translate_coordinates
gtk_widget_hide_on_delete
gtk_widget_set_style
gtk_widget_set_rc_style
gtk_widget_reset_shapes
gtk_widget_set_app_paintable
gtk_widget_set_double_buffered
+gtk_widget_set_redraw_on_allocate
gtk_widget_set_composite_name
gtk_widget_set_scroll_adjustments
gtk_widget_mnemonic_activate
gtk_window_add_mnemonic
gtk_window_remove_mnemonic
gtk_window_mnemonic_activate
+gtk_window_get_focus
+gtk_window_set_focus
+gtk_window_set_default
gtk_window_present
gtk_window_iconify
gtk_window_deiconify
<SUBSECTION Private>
gtk_window_get_type
GtkWindowGeometryInfo
-gtk_window_set_focus
-gtk_window_set_default
gtk_window_remove_embedded_xid
gtk_window_add_embedded_xid
</SECTION>
<FILE>gtkmain</FILE>
<TITLE>General</TITLE>
gtk_set_locale
+gtk_disable_setlocale
gtk_get_default_language
gtk_init
gtk_init_check
gtk_style_apply_default_pixmap
gtk_style_lookup_icon_set
gtk_style_render_icon
+gtk_style_get_font
+gtk_style_set_font
gtk_draw_hline
gtk_draw_vline
gtk_draw_shadow
gtk_selection_data_set
gtk_selection_data_set_text
gtk_selection_data_get_text
+gtk_selection_data_get_targets
+gtk_selection_data_targets_include_text
gtk_selection_remove_all
gtk_selection_data_copy
gtk_selection_data_free
gtk_clipboard_request_text
gtk_clipboard_wait_for_contents
gtk_clipboard_wait_for_text
+gtk_clipboard_wait_is_text_available
</SECTION>
<SECTION>
<FILE>gtkenums</FILE>
<TITLE>Standard Enumerations</TITLE>
GtkAccelFlags
+GtkAnchorType
GtkArrowType
GtkAttachOptions
GtkButtonBoxStyle
GtkScrollType
GtkSelectionMode
GtkShadowType
+GtkSideType
GtkStateType
GtkSubmenuDirection
GtkSubmenuPlacement
<SUBSECTION Private>
GtkMenuCallback
GtkMenuEntry
+GTK_PATH_PRIO_MASK
</SECTION>
<SECTION>
gtk_curve_get_type
gtk_dialog_get_type
gtk_drawing_area_get_type
-gtk_editable_get_type
gtk_entry_get_type
gtk_event_box_get_type
gtk_file_selection_get_type
gtk_toggle_button_get_type
gtk_toolbar_get_type
gtk_tooltips_get_type
-gtk_tree_drag_dest_get_type
-gtk_tree_drag_source_get_type
gtk_tree_get_type
gtk_tree_item_get_type
-gtk_tree_model_get_type
gtk_tree_model_sort_get_type
gtk_tree_selection_get_type
-gtk_tree_sortable_get_type
gtk_tree_store_get_type
gtk_tree_view_column_get_type
gtk_tree_view_get_type
@old_accel_key:
@old_accel_mods:
-<!-- ##### ENUM GtkAnchorType ##### -->
-<para>
-
-</para>
-
-@GTK_ANCHOR_CENTER:
-@GTK_ANCHOR_NORTH:
-@GTK_ANCHOR_NORTH_WEST:
-@GTK_ANCHOR_NORTH_EAST:
-@GTK_ANCHOR_SOUTH:
-@GTK_ANCHOR_SOUTH_WEST:
-@GTK_ANCHOR_SOUTH_EAST:
-@GTK_ANCHOR_WEST:
-@GTK_ANCHOR_EAST:
-@GTK_ANCHOR_N:
-@GTK_ANCHOR_NW:
-@GTK_ANCHOR_NE:
-@GTK_ANCHOR_S:
-@GTK_ANCHOR_SW:
-@GTK_ANCHOR_SE:
-@GTK_ANCHOR_W:
-@GTK_ANCHOR_E:
-
<!-- ##### USER_FUNCTION GtkArgGetFunc ##### -->
<para>
Define a function pointer. Deprecated.
@editable: the object which received the signal.
+<!-- ##### SIGNAL GtkEditable::changed ##### -->
+<para>
+Indicates that the user has changed the contents
+of the widget.
+</para>
+
+@editable: the object which received the signal.
+
<!-- ##### SIGNAL GtkEditable::copy-clipboard ##### -->
<para>
An action signal. Causes the characters in the current selection to
@editable: the object which received the signal.
+<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
+<para>
+This signal is emitted when text is deleted from
+the widget by the user. The default handler for
+this signal will normally be responsible for inserting
+the text, so by connecting to this signal and then
+stopping the signal with gtk_signal_emit_stop(), it
+is possible to modify the inserted text, or prevent
+it from being inserted entirely. The @start_pos
+and @end_pos parameters are interpreted as for
+gtk_editable_delete_text()
+</para>
+
+@editable: the object which received the signal.
+@start_pos: the starting position.
+@end_pos: the end position.
+
+<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
+<para>
+This signal is emitted when text is inserted into
+the widget by the user. The default handler for
+this signal will normally be responsible for inserting
+the text, so by connecting to this signal and then
+stopping the signal with gtk_signal_emit_stop(), it
+is possible to modify the inserted text, or prevent
+it from being inserted entirely.
+</para>
+
+@editable: the object which received the signal.
+@new_text: the new text to insert.
+@new_text_length: the length of the new text.
+@position: the position at which to insert the new text.
+ this is an in-out paramter. After the signal
+ emission is finished, it should point after
+ the newly inserted text.
+
<!-- ##### SIGNAL GtkEditable::kill-char ##### -->
<para>
An action signal. Delete a single character.
</para>
-<!-- ##### ENUM GtkSideType ##### -->
-<para>
-
-</para>
-
-@GTK_SIDE_TOP:
-@GTK_SIDE_BOTTOM:
-@GTK_SIDE_LEFT:
-@GTK_SIDE_RIGHT:
-
<!-- ##### USER_FUNCTION GtkSignalDestroy ##### -->
<para>
A function which you can use to clean up when the
</para>
+<!-- ##### SIGNAL GtkTreeModel::row-changed ##### -->
+<para>
+
+</para>
+
+@treemodel: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkTreeModel::row-deleted ##### -->
+<para>
+
+</para>
+
+@treemodel: the object which received the signal.
+@arg1:
+
+<!-- ##### SIGNAL GtkTreeModel::row-has-child-toggled ##### -->
+<para>
+
+</para>
+
+@treemodel: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkTreeModel::row-inserted ##### -->
+<para>
+
+</para>
+
+@treemodel: the object which received the signal.
+@arg1:
+@arg2:
+
+<!-- ##### SIGNAL GtkTreeModel::rows-reordered ##### -->
+<para>
+
+</para>
+
+@treemodel: the object which received the signal.
+@arg1:
+@arg2:
+@arg3:
+
<!-- ##### STRUCT GtkTreeSelectionClass ##### -->
<para>
@accel_key:
@accel_mods:
-<!-- ##### MACRO gtk_accel_group_ref ##### -->
-<para>
-
-</para>
-
-@Returns:
-@accel_group:
-
<!-- ##### FUNCTION gtk_accel_group_remove ##### -->
<para>
@accel_key:
@accel_mods:
-<!-- ##### MACRO gtk_accel_group_unref ##### -->
-<para>
-
-</para>
-
-@accel_group:
-
-<!-- ##### FUNCTION gtk_accel_groups_from_object ##### -->
-<para>
-
-</para>
-
-@object:
-@Returns:
-
<!-- ##### FUNCTION gtk_accel_label_get_accel_object ##### -->
<para>
@tree_store:
@n_columns:
-<!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### -->
-<para>
-
-</para>
-
-@tree_column:
-@event:
-@path_string:
-@background_area:
-@cell_area:
-@flags:
-@Returns:
-
<!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### -->
<para>
@Returns:
+<!-- ##### MACRO gtk_accel_group_ref ##### -->
+<para>
+
+</para>
+
+@Returns:
+<!-- # Unused Parameters # -->
+@accel_group:
+
+
+<!-- ##### MACRO gtk_accel_group_unref ##### -->
+<para>
+
+</para>
+
+<!-- # Unused Parameters # -->
+@accel_group:
+
+
<!-- ##### FUNCTION gtk_accel_group_connect ##### -->
<para>
@closure:
+<!-- ##### USER_FUNCTION GtkAccelGroupActivate ##### -->
+<para>
+
+</para>
+
+@accel_group:
+@acceleratable:
+@keyval:
+@modifier:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_accel_group_disconnect ##### -->
<para>
</para>
-@acceleratable:
+@object:
@accel_key:
@accel_mods:
@Returns:
<!-- # Unused Parameters # -->
+@acceleratable:
+
+
+<!-- ##### FUNCTION gtk_accel_groups_from_object ##### -->
+<para>
+
+</para>
+
@object:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_accel_group_find ##### -->
+<para>
+</para>
+
+@accel_group:
+@find_func:
+@data:
+@Returns:
+
+
+<!-- ##### STRUCT GtkAccelKey ##### -->
+<para>
+
+</para>
+
+@accel_key:
+@accel_mods:
+@accel_flags:
<!-- ##### FUNCTION gtk_accelerator_valid ##### -->
<para>
-->
+<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
+<para>
+
+</para>
+
+@clipboard:
+@Returns:
+
+
@list:
+<!-- ##### MACRO GTK_TYPE_CTREE_NODE ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION gtk_ctree_new_with_titles ##### -->
<para>
Create a new #GtkCTree widget with the given titles for the columns.
@Returns:
-<!-- ##### SIGNAL GtkEditable::changed ##### -->
-<para>
-Indicates that the user has changed the contents
-of the widget.
-</para>
-
-@editable: the object which received the signal.
-
-<!-- ##### SIGNAL GtkEditable::delete-text ##### -->
-<para>
-This signal is emitted when text is deleted from
-the widget by the user. The default handler for
-this signal will normally be responsible for inserting
-the text, so by connecting to this signal and then
-stopping the signal with gtk_signal_emit_stop(), it
-is possible to modify the inserted text, or prevent
-it from being inserted entirely. The @start_pos
-and @end_pos parameters are interpreted as for
-gtk_editable_delete_text()
-</para>
-
-@editable: the object which received the signal.
-@start_pos: the starting position.
-@end_pos: the end position.
-
-<!-- ##### SIGNAL GtkEditable::insert-text ##### -->
-<para>
-This signal is emitted when text is inserted into
-the widget by the user. The default handler for
-this signal will normally be responsible for inserting
-the text, so by connecting to this signal and then
-stopping the signal with gtk_signal_emit_stop(), it
-is possible to modify the inserted text, or prevent
-it from being inserted entirely.
-</para>
-
-@editable: the object which received the signal.
-@new_text: the new text to insert.
-@new_text_length: the length of the new text.
-@position: the position at which to insert the new text.
- this is an in-out paramter. After the signal
- emission is finished, it should point after
- the newly inserted text.
-
@GTK_ACCEL_LOCKED:
@GTK_ACCEL_MASK:
+<!-- ##### ENUM GtkAnchorType ##### -->
+<para>
+
+</para>
+
+@GTK_ANCHOR_CENTER:
+@GTK_ANCHOR_NORTH:
+@GTK_ANCHOR_NORTH_WEST:
+@GTK_ANCHOR_NORTH_EAST:
+@GTK_ANCHOR_SOUTH:
+@GTK_ANCHOR_SOUTH_WEST:
+@GTK_ANCHOR_SOUTH_EAST:
+@GTK_ANCHOR_WEST:
+@GTK_ANCHOR_EAST:
+@GTK_ANCHOR_N:
+@GTK_ANCHOR_NW:
+@GTK_ANCHOR_NE:
+@GTK_ANCHOR_S:
+@GTK_ANCHOR_SW:
+@GTK_ANCHOR_SE:
+@GTK_ANCHOR_W:
+@GTK_ANCHOR_E:
+
<!-- ##### ENUM GtkArrowType ##### -->
<para>
Used to indicate the direction in which a #GtkArrow should point.
does
@GTK_SHADOW_ETCHED_OUT:
+<!-- ##### ENUM GtkSideType ##### -->
+<para>
+
+</para>
+
+@GTK_SIDE_TOP:
+@GTK_SIDE_BOTTOM:
+@GTK_SIDE_LEFT:
+@GTK_SIDE_RIGHT:
+
<!-- ##### ENUM GtkStateType ##### -->
<para>
This type indicates the current state of a widget; the state determines how
@y: the vertical position to move the widget to.
+<!-- ##### FUNCTION gtk_fixed_get_has_window ##### -->
+<para>
+
+</para>
+
+@fixed:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_fixed_set_has_window ##### -->
+<para>
+
+</para>
+
+@fixed:
+@has_window:
+
+
@use_preedit:
+<!-- ##### FUNCTION gtk_im_context_set_surrounding ##### -->
+<para>
+
+</para>
+
+@context:
+@text:
+@len:
+@cursor_index:
+
+
+<!-- ##### FUNCTION gtk_im_context_get_surrounding ##### -->
+<para>
+
+</para>
+
+@context:
+@text:
+@cursor_index:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_im_context_delete_surrounding ##### -->
+<para>
+
+</para>
+
+@context:
+@offset:
+@n_chars:
+@Returns:
+
+
<!-- ##### SIGNAL GtkIMContext::commit ##### -->
<para>
@n_seqs:
+<!-- ##### MACRO GTK_MAX_COMPOSE_LEN ##### -->
+<para>
+
+</para>
+
+
+
@Returns:
+<!-- ##### FUNCTION gtk_list_store_set_column_types ##### -->
+<para>
+
+</para>
+
+@list_store:
+@n_columns:
+@types:
+
+
<!-- ##### FUNCTION gtk_list_store_set ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_disable_setlocale ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION gtk_get_default_language ##### -->
<para>
<para>
</para>
-@notebook
-
@notebook:
@child:
@position:
Set a background pixmap to be used in place of
the <literal>bg</literal> color (or for #GtkText,
in place of the <literal>base</literal> color. The special
- value "<parent>" may be used to indicate that the widget should
+ value "<parent>" may be used to indicate that the widget should
use the same background pixmap as its parent. The special value
- "<none>" may be used to indicate no background pixmap.
+ "<none>" may be used to indicate no background pixmap.
</para>
</listitem>
</varlistentry>
@Returns:
+<!-- ##### FUNCTION gtk_selection_data_get_targets ##### -->
+<para>
+
+</para>
+
+@selection_data:
+@targets:
+@n_atoms:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_selection_data_targets_include_text ##### -->
+<para>
+
+</para>
+
+@selection_data:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_selection_remove_all ##### -->
<para>
Removes all handlers and unsets ownership of all
<!-- ##### MACRO GTK_STOCK_ADD ##### -->
<para>
The "Add" item.
-<inlinegraphic fileref="stock_add.png" format="png">
+<inlinegraphic fileref="stock_add.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_APPLY ##### -->
<para>
The "Apply" item.
-<inlinegraphic fileref="stock_button_apply.png" format="png">
+<inlinegraphic fileref="stock_button_apply.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_BOLD ##### -->
<para>
The "Bold" item.
-<inlinegraphic fileref="stock_text_bold.png" format="png">
+<inlinegraphic fileref="stock_text_bold.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_CANCEL ##### -->
<para>
The "Cancel" item.
-<inlinegraphic fileref="stock_button_cancel.png" format="png">
+<inlinegraphic fileref="stock_button_cancel.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_CDROM ##### -->
<para>
The "CD-Rom" item.
-<inlinegraphic fileref="stock_cdrom.png" format="png">
+<inlinegraphic fileref="stock_cdrom.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_CLEAR ##### -->
<para>
The "Clear" item.
-<inlinegraphic fileref="stock_clear.png" format="png">
+<inlinegraphic fileref="stock_clear.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_CLOSE ##### -->
<para>
The "Close" item.
-<inlinegraphic fileref="stock_close.png" format="png">
+<inlinegraphic fileref="stock_close.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_CONVERT ##### -->
<para>
The "Convert" item.
-<inlinegraphic fileref="stock_convert.png" format="png">
+<inlinegraphic fileref="stock_convert.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_COPY ##### -->
<para>
The "Copy" item.
-<inlinegraphic fileref="stock_menu_copy.png" format="png">
+<inlinegraphic fileref="stock_menu_copy.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_CUT ##### -->
<para>
The "Cut" item.
-<inlinegraphic fileref="stock_menu_cut.png" format="png">
+<inlinegraphic fileref="stock_menu_cut.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DELETE ##### -->
<para>
The "Delete" item.
-<inlinegraphic fileref="stock_menu_trash.png" format="png">
+<inlinegraphic fileref="stock_menu_trash.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DIALOG_ERROR ##### -->
<para>
The "Error" item.
-<inlinegraphic fileref="dialog_error.png" format="png">
+<inlinegraphic fileref="dialog_error.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DIALOG_INFO ##### -->
<para>
The "Information" item.
-<inlinegraphic fileref="dialog_info.png" format="png">
+<inlinegraphic fileref="dialog_info.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DIALOG_QUESTION ##### -->
<para>
The "Question" item.
-<inlinegraphic fileref="dialog_question.png" format="png">
+<inlinegraphic fileref="dialog_question.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DIALOG_WARNING ##### -->
<para>
The "Warning" item.
-<inlinegraphic fileref="dialog_warning.png" format="png">
+<inlinegraphic fileref="dialog_warning.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DND ##### -->
<para>
The "Drag-And-Drop" icon.
-<inlinegraphic fileref="stock_dnd.png" format="png">
+<inlinegraphic fileref="stock_dnd.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_DND_MULTIPLE ##### -->
<para>
The "Drag-And-Drop multiple" icon.
-<inlinegraphic fileref="stock_dnd_multiple.png" format="png">
+<inlinegraphic fileref="stock_dnd_multiple.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_EXECUTE ##### -->
<para>
The "Execute" item.
-<inlinegraphic fileref="stock_exec.png" format="png">
+<inlinegraphic fileref="stock_exec.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_FIND ##### -->
<para>
The "Find" item.
-<inlinegraphic fileref="stock_search.png" format="png">
+<inlinegraphic fileref="stock_search.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_FIND_AND_REPLACE ##### -->
<para>
The "Find and Replace" item.
-<inlinegraphic fileref="stock_search_replace.png" format="png">
+<inlinegraphic fileref="stock_search_replace.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_FLOPPY ##### -->
<para>
The "Floppy" item.
-<inlinegraphic fileref="stock_save.png" format="png">
+<inlinegraphic fileref="stock_save.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GOTO_BOTTOM ##### -->
<para>
The "Bottom" item.
-<inlinegraphic fileref="stock_bottom.png" format="png">
+<inlinegraphic fileref="stock_bottom.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GOTO_FIRST ##### -->
<para>
The "First" item.
-<inlinegraphic fileref="stock_first.png" format="png">
+<inlinegraphic fileref="stock_first.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GOTO_LAST ##### -->
<para>
The "Last" item.
-<inlinegraphic fileref="stock_last.png" format="png">
+<inlinegraphic fileref="stock_last.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GOTO_TOP ##### -->
<para>
The "Top" item.
-<inlinegraphic fileref="stock_top.png" format="png">
+<inlinegraphic fileref="stock_top.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GO_BACK ##### -->
<para>
The "Back" item.
-<inlinegraphic fileref="stock_left_arrow.png" format="png">
+<inlinegraphic fileref="stock_left_arrow.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GO_DOWN ##### -->
<para>
The "Down" item.
-<inlinegraphic fileref="stock_down_arrow.png" format="png">
+<inlinegraphic fileref="stock_down_arrow.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GO_FORWARD ##### -->
<para>
The "Forward" item.
-<inlinegraphic fileref="stock_right_arrow.png" format="png">
+<inlinegraphic fileref="stock_right_arrow.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_GO_UP ##### -->
<para>
The "Up" item.
-<inlinegraphic fileref="stock_up_arrow.png" format="png">
+<inlinegraphic fileref="stock_up_arrow.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_HELP ##### -->
<para>
The "Help" item.
-<inlinegraphic fileref="stock_help.png" format="png">
+<inlinegraphic fileref="stock_help.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_HOME ##### -->
<para>
The "Home" item.
-<inlinegraphic fileref="stock_home.png" format="png">
+<inlinegraphic fileref="stock_home.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_INDEX ##### -->
<para>
The "Index" item.
-<inlinegraphic fileref="stock_index.png" format="png">
+<inlinegraphic fileref="stock_index.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_ITALIC ##### -->
<para>
The "Italic" item.
-<inlinegraphic fileref="stock_text_italic.png" format="png">
+<inlinegraphic fileref="stock_text_italic.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_JUMP_TO ##### -->
<para>
The "Jump to" item.
-<inlinegraphic fileref="stock_jump_to.png" format="png">
+<inlinegraphic fileref="stock_jump_to.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_JUSTIFY_CENTER ##### -->
<para>
The "Center" item.
-<inlinegraphic fileref="stock_align_center.png" format="png">
+<inlinegraphic fileref="stock_align_center.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_JUSTIFY_FILL ##### -->
<para>
The "Fill" item.
-<inlinegraphic fileref="stock_align_justify.png" format="png">
+<inlinegraphic fileref="stock_align_justify.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_JUSTIFY_LEFT ##### -->
<para>
The "Left" item.
-<inlinegraphic fileref="stock_align_left.png" format="png">
+<inlinegraphic fileref="stock_align_left.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_JUSTIFY_RIGHT ##### -->
<para>
The "Right" item.
-<inlinegraphic fileref="stock_align_right.png" format="png">
+<inlinegraphic fileref="stock_align_right.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_MISSING_IMAGE ##### -->
<para>
The "Missing image" icon.
-<inlinegraphic fileref="dialog_error.png" format="png">
+<inlinegraphic fileref="dialog_error.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_NEW ##### -->
<para>
The "New" item.
-<inlinegraphic fileref="stock_new.png" format="png">
+<inlinegraphic fileref="stock_new.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_NO ##### -->
<para>
The "No" item.
-<inlinegraphic fileref="stock_button_no.png" format="png">
+<inlinegraphic fileref="stock_button_no.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_OK ##### -->
<para>
The "OK" item.
-<inlinegraphic fileref="stock_button_ok.png" format="png">
+<inlinegraphic fileref="stock_button_ok.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_OPEN ##### -->
<para>
The "Open" item.
-<inlinegraphic fileref="stock_open.png" format="png">
+<inlinegraphic fileref="stock_open.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
<para>
The "Paste" item.
-<inlinegraphic fileref="stock_paste.png" format="png">
+<inlinegraphic fileref="stock_paste.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_PREFERENCES ##### -->
<para>
The "Preferences" item.
-<inlinegraphic fileref="stock_preferences.png" format="png">
+<inlinegraphic fileref="stock_preferences.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_PRINT ##### -->
<para>
The "Print" item.
-<inlinegraphic fileref="stock_print.png" format="png">
+<inlinegraphic fileref="stock_print.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_PRINT_PREVIEW ##### -->
<para>
The "Print Preview" item.
-<inlinegraphic fileref="stock_print_preview.png" format="png">
+<inlinegraphic fileref="stock_print_preview.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_PROPERTIES ##### -->
<para>
The "Properties" item.
-<inlinegraphic fileref="stock_properties.png" format="png">
+<inlinegraphic fileref="stock_properties.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_QUIT ##### -->
<para>
The "Quit" item.
-<inlinegraphic fileref="stock_exit.png" format="png">
+<inlinegraphic fileref="stock_exit.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_REDO ##### -->
<para>
The "Redo" item.
-<inlinegraphic fileref="stock_redo.png" format="png">
+<inlinegraphic fileref="stock_redo.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_REFRESH ##### -->
<para>
The "Refresh" item.
-<inlinegraphic fileref="stock_refresh.png" format="png">
+<inlinegraphic fileref="stock_refresh.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_REMOVE ##### -->
<para>
The "Remove" item.
-<inlinegraphic fileref="stock_remove.png" format="png">
+<inlinegraphic fileref="stock_remove.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_REVERT_TO_SAVED ##### -->
<para>
The "Revert" item.
-<inlinegraphic fileref="stock_revert.png" format="png">
+<inlinegraphic fileref="stock_revert.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SAVE ##### -->
<para>
The "Save" item.
-<inlinegraphic fileref="stock_save.png" format="png">
+<inlinegraphic fileref="stock_save.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SAVE_AS ##### -->
<para>
The "Save As" item.
-<inlinegraphic fileref="stock_save_as.png" format="png">
+<inlinegraphic fileref="stock_save_as.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SELECT_COLOR ##### -->
<para>
The "Color" item.
-<inlinegraphic fileref="stock_colorselector.png" format="png">
+<inlinegraphic fileref="stock_colorselector.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SELECT_FONT ##### -->
<para>
The "Font" item.
-<inlinegraphic fileref="stock_font.png" format="png">
+<inlinegraphic fileref="stock_font.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SORT_ASCENDING ##### -->
<para>
The "Ascending" item.
-<inlinegraphic fileref="stock_sort_ascending.png" format="png">
+<inlinegraphic fileref="stock_sort_ascending.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SORT_DESCENDING ##### -->
<para>
The "Descending" item.
-<inlinegraphic fileref="stock_sort_descending.png" format="png">
+<inlinegraphic fileref="stock_sort_descending.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_SPELL_CHECK ##### -->
<para>
The "Spell Check" item.
-<inlinegraphic fileref="stock_spellcheck.png" format="png">
+<inlinegraphic fileref="stock_spellcheck.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_STOP ##### -->
<para>
The "Stop" item.
-<inlinegraphic fileref="stock_stop.png" format="png">
+<inlinegraphic fileref="stock_stop.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_STRIKETHROUGH ##### -->
<para>
The "Strikethrough" item.
-<inlinegraphic fileref="stock_text_strikeout.png" format="png">
+<inlinegraphic fileref="stock_text_strikeout.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_UNDELETE ##### -->
<para>
The "Undelete" item.
-<inlinegraphic fileref="stock_undelete.png" format="png">
+<inlinegraphic fileref="stock_undelete.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_UNDERLINE ##### -->
<para>
The "Underline" item.
-<inlinegraphic fileref="stock_text_underline.png" format="png">
+<inlinegraphic fileref="stock_text_underline.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_UNDO ##### -->
<para>
The "Undo" item.
-<inlinegraphic fileref="stock_undo.png" format="png">
+<inlinegraphic fileref="stock_undo.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_YES ##### -->
<para>
The "Yes" item.
-<inlinegraphic fileref="stock_button_yes.png" format="png">
+<inlinegraphic fileref="stock_button_yes.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_ZOOM_100 ##### -->
<para>
The "Zoom 100%" item.
-<inlinegraphic fileref="stock_zoom_1.png" format="png">
+<inlinegraphic fileref="stock_zoom_1.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_ZOOM_FIT ##### -->
<para>
The "Zoom to Fit" item.
-<inlinegraphic fileref="stock_zoom_fit.png" format="png">
+<inlinegraphic fileref="stock_zoom_fit.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_ZOOM_IN ##### -->
<para>
The "Zoom In" item.
-<inlinegraphic fileref="stock_zoom_in.png" format="png">
+<inlinegraphic fileref="stock_zoom_in.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GTK_STOCK_ZOOM_OUT ##### -->
<para>
The "Zoom Out" item.
-<inlinegraphic fileref="stock_zoom_out.png" format="png">
+<inlinegraphic fileref="stock_zoom_out.png" format="png"></inlinegraphic>
</para>
@Returns:
+<!-- ##### FUNCTION gtk_style_get_font ##### -->
+<para>
+
+</para>
+
+@style:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_style_set_font ##### -->
+<para>
+
+</para>
+
+@style:
+@font:
+
+
<!-- ##### FUNCTION gtk_draw_hline ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_text_iter_can_insert ##### -->
+<para>
+
+</para>
+
+@iter:
+@default_editability:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_text_iter_starts_word ##### -->
<para>
@Returns:
+<!-- ##### ENUM GtkTextSearchFlags ##### -->
+<para>
+
+</para>
+
+@GTK_TEXT_SEARCH_VISIBLE_ONLY:
+@GTK_TEXT_SEARCH_TEXT_ONLY:
+
<!-- ##### FUNCTION gtk_text_iter_forward_search ##### -->
<para>
</para>
-<!-- ##### STRUCT GtkTextTagTable ##### -->
-<para>
-
-</para>
-
-
<!-- ##### ENUM GtkWrapMode ##### -->
<para>
Describes a type of line wrapping.
@Returns:
+<!-- ##### FUNCTION gtk_tree_model_get_iter_from_string ##### -->
+<para>
+
+</para>
+
+@tree_model:
+@iter:
+@path_string:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_tree_model_get_iter_root ##### -->
<para>
@new_order:
-<!-- ##### SIGNAL GtkTreeModel::row-changed ##### -->
-<para>
-
-</para>
-
-@treemodel: the object which received the signal.
-@arg1:
-@arg2:
-
-<!-- ##### SIGNAL GtkTreeModel::row-deleted ##### -->
-<para>
-
-</para>
-
-@treemodel: the object which received the signal.
-@arg1:
-
-<!-- ##### SIGNAL GtkTreeModel::row-has-child-toggled ##### -->
-<para>
-
-</para>
-
-@treemodel: the object which received the signal.
-@arg1:
-@arg2:
-
-<!-- ##### SIGNAL GtkTreeModel::row-inserted ##### -->
-<para>
-
-</para>
-
-@treemodel: the object which received the signal.
-@arg1:
-@arg2:
-
-<!-- ##### SIGNAL GtkTreeModel::rows-reordered ##### -->
-<para>
-
-</para>
-
-@treemodel: the object which received the signal.
-@arg1:
-@arg2:
-@arg3:
-
@Returns:
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_child_path_to_path ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@child_path:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_child_iter_to_iter ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@sort_iter:
+@child_iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_path_to_child_path ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@sorted_path:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_convert_iter_to_child_iter ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+@child_iter:
+@sorted_iter:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_reset_default_sort_func ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+
+
+<!-- ##### FUNCTION gtk_tree_model_sort_clear_cache ##### -->
+<para>
+
+</para>
+
+@tree_model_sort:
+
+
<!-- ##### ARG GtkTreeModelSort:model ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_tree_store_set_column_types ##### -->
+<para>
+
+</para>
+
+@tree_store:
+@n_columns:
+@types:
+
+
<!-- ##### FUNCTION gtk_tree_store_set_value ##### -->
<para>
</para>
-<!-- ##### STRUCT GtkTreeSelection ##### -->
-<para>
-
-</para>
-
-
<!-- ##### USER_FUNCTION GtkTreeViewColumnDropFunc ##### -->
<para>
@visible_rect:
+<!-- ##### FUNCTION gtk_tree_view_get_bin_window ##### -->
+<para>
+
+</para>
+
+@tree_view:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_tree_view_widget_to_tree_coords ##### -->
<para>
@wy:
+<!-- ##### FUNCTION gtk_tree_view_enable_model_drag_dest ##### -->
+<para>
+
+</para>
+
+@tree_view:
+@targets:
+@n_targets:
+@actions:
+
+
+<!-- ##### FUNCTION gtk_tree_view_enable_model_drag_source ##### -->
+<para>
+
+</para>
+
+@tree_view:
+@start_button_mask:
+@targets:
+@n_targets:
+@actions:
+
+
<!-- ##### FUNCTION gtk_tree_view_unset_rows_drag_source ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_tree_view_column_set_resizable ##### -->
+<para>
+
+</para>
+
+@tree_column:
+@resizable:
+
+
+<!-- ##### FUNCTION gtk_tree_view_column_get_resizable ##### -->
+<para>
+
+</para>
+
+@tree_column:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_tree_view_column_set_sizing ##### -->
<para>
@flags:
+<!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### -->
+<para>
+
+</para>
+
+@tree_column:
+@event:
+@path_string:
+@background_area:
+@cell_area:
+@flags:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_tree_view_column_cell_focus ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_widget_translate_coordinates ##### -->
+<para>
+
+</para>
+
+@src_widget:
+@dest_widget:
+@src_x:
+@src_y:
+@dest_x:
+@dest_y:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_widget_hide_on_delete ##### -->
<para>
@double_buffered:
+<!-- ##### FUNCTION gtk_widget_set_redraw_on_allocate ##### -->
+<para>
+
+</para>
+
+@widget:
+@redraw_on_allocate:
+
+
<!-- ##### FUNCTION gtk_widget_set_composite_name ##### -->
<para>
@Returns:
+<!-- ##### FUNCTION gtk_window_get_focus ##### -->
+<para>
+
+</para>
+
+@window:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_window_set_focus ##### -->
+<para>
+
+</para>
+
+@window:
+@focus:
+
+
+<!-- ##### FUNCTION gtk_window_set_default ##### -->
+<para>
+
+</para>
+
+@window:
+@default_widget:
+
+
<!-- ##### FUNCTION gtk_window_present ##### -->
<para>